ProtectType Enumeration

Represents whether the content, size, or position of a frame is protected.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum ProtectType

Members

Content0 Content of a frame should be protected from editing.
Position1 The position of a frame should be protected from editing.
Size2 The size of a frame should be protected from editing.
ContentPosition3 Content and the position of a frame should be protected from editing.
ContentSize4 Content and the size of a frame should be protected from editing.
PositionSize5 Position and the size of a frame should be protected from editing.
ContentPositionSize6 The content, size and position of a frame should be subject to editing.
None7 None.

See Also